NOTE: This Technical Q&A has been retired. Please see the Technical Q&As page for current documentation.

Technical Q&A QTMTB14
GetMovieCoverProcs

GetMovieCoverProcs lets you retrieve the cover procedures that you set with SetMovieCoverProcs.

pascal OSErr GetMovieCoverProcs(Movie theMovie, MovieRgnCoverProc *uncoverProc,
MovieRgnCoverProc *coverProc, long *refcon)

Movie Movie reference.

MovieRgnCoverProc Returns the uncover proc for the movie.

MovieRgnCoverProc Returns the cover proc for the movie.

long Returns the refcon for the cover procedures.

Errors:
invalidMovie -2010 Your movie reference is bad.

[May 01 1995]


Developer Documentation | Technical Notes | Development Kits | Sample Code